getMatrix

open fun getMatrix(view: View): Matrix(source)

Deprecated

Use getMatrix directly.

The transform matrix of this view, which is calculated based on the current rotation, scale, and pivot properties.

Return

The current transform matrix for the view

Parameters

view

The view whose Matrix will be returned

See also